Application::DoMenuCommand

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:58:03 1991
Index Return to Main Contents
 

NAME

Application::DoMenuCommand - instance method  

TEMPLATE

see template of EvtHandler::DoMenuCommand  

SPECIFIERS

public virtual  

DESCRIPTION

DoMenuCommand is called if a document or the application window does not process a menu command but forward it to their next handler which is the application. The default implementation forwards commands to the method HandleApplicationCommands and always returns gNoChanges.
This method must be overridden if user-defined menu commands should be handled by the application.
See method Application::Control. Method is sometimes overridden. Method never calls base method.  

ARGUMENTS

see arguments of EvtHandler::DoMenuCommand  

RETURN ARGUMENT

see return argument of EvtHandler::DoMenuCommand  

CATEGORIES

miscellaneous  

FIRST DEFINITION

class EvtHandler  

FILES

implementation:
Application.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:32 GMT, March 30, 2022